Reimplement execute-extended-command in Elisp.
authorAaron S. Hawley <aaron.s.hawley@gmail.com>
Tue, 1 May 2012 16:10:02 +0000 (12:10 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 1 May 2012 16:10:02 +0000 (12:10 -0400)
commit5748ed8a92aaf552972e1b9b8e44664ddcc84e17
tree4634d7b590a0f288bb1c06e9c65bb1f71ca541ae
parentb26f67f935133ef99f147138e77141cbdcf0a99c
Reimplement execute-extended-command in Elisp.
* src/keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
Move to simple.el.
* lisp/simple.el (suggest-key-bindings, execute-extended-command):
Move from keyboard.c.
lisp/ChangeLog
lisp/simple.el
src/ChangeLog
src/keyboard.c